projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4df4570
)
(distclean): Remove Makefile in the build directory, not in the source
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 21 Dec 2001 11:07:49 +0000
(11:07 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 21 Dec 2001 11:07:49 +0000
(11:07 +0000)
directory.
lisp/ChangeLog
patch
|
blob
|
history
lisp/Makefile.in
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index c1d837ed11a6726903a88feca53e158151f37b47..ea87e31ae7359b9e8a07449e16f268d4e4816549 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,8
@@
+2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * Makefile.in (distclean): Remove Makefile in the build
+ directory, not in the source directory.
+
2001-12-20 Werner Lemberg <wl@gnu.org>
* international/mule-diag.el (describe-coding-system,
diff --git
a/lisp/Makefile.in
b/lisp/Makefile.in
index 8062649645cb2ebb3904acbe5c4b8ad2159b6f52..87fae4711f89987a9ed75fec5dff8f82aef37cbb 100644
(file)
--- a/
lisp/Makefile.in
+++ b/
lisp/Makefile.in
@@
-263,6
+263,6
@@
bootstrap-clean:
bootstrap: autoloads compile-files custom-deps
distclean:
- -rm -f
$(lisp)
/Makefile
+ -rm -f
.
/Makefile
# Makefile ends here.